Click or drag to resize

ServiceMarkAllItemsAsRead Method (StandardFolder, Boolean, Boolean)

Marks all items as read.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response MarkAllItemsAsRead(
	StandardFolder standardFolder,
	bool isRead,
	bool suppressReadReceipts
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
The standard folder.
isRead
Type: SystemBoolean
if set to true [is read].
suppressReadReceipts
Type: SystemBoolean
if set to true [suppress read receipts].

Return Value

Type: Response
Response.
See Also